a11y: Include testdata in EXTRA_DIST
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Jun 2013 18:05:21 +0000 (14:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Jun 2013 18:05:21 +0000 (14:05 -0400)
Otherwise tests don't work from a tarball release.

testsuite/a11y/Makefile.am

index e5fed94d3c4e0517fcca0d6b668a7dab11f764bb..57d2e4a7ce242858f97801a0a82252369c5495c2 100644 (file)
@@ -85,7 +85,7 @@ test_in_files = \
        a11yutil.test.in \
        $(NULL)
 
-EXTRA_DIST += $(test_in_files)
+EXTRA_DIST += $(test_in_files) $(testdata)
 
 if BUILDOPT_INSTALL_TESTS
 insttestdir=$(pkglibexecdir)/installed-tests